Skip to main content
DELETE
Deactivate a webhook subscription

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

subscriptionId
string
required

Unique identifier of the webhook subscription.

Response

200 - application/json

Subscription deactivated.

deactivated
boolean
required
Example:

true

subscription
object
required

Configuration for a webhook endpoint that receives paywall events.